home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jan 88 / Printing Architecture 1⁄26 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1019 b   |  27 lines  |  [TEXT/GEOL]

  1. Item    8407514                         26-Jan-88        12:02
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     BIANCHI1                        Bianchi, Curt
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Printing Architecture
  10.  
  11. Curt,
  12.     Regarding your recent MacApp$ request about printing architectures, I kind
  13. of like the current approach wherein the View class has some printing "hook"
  14. methods to do things like custom page breaks since that means that I don't have
  15. to ever fool with the printing classes themselves.  I will always be designing
  16. custom view subclasses in any new application, so as long as I am there, it is
  17. easy to override a print method or two.  The other architecture would require
  18. me to add another subclass to my application.
  19.  
  20.     I have also found it easy to teach that the view object "helps" the print
  21. handler object with issues like were to split up the view into pages.  People
  22. seem to accept it as a natural cooperation.
  23.  
  24.         Kurt
  25.  
  26.  
  27.